home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / fnordadl / fn132src.zoo / cith / calllog.h < prev    next >
C/C++ Source or Header  |  1991-09-02  |  680b  |  23 lines

  1. /*
  2.  * calllog.h -- Call log stuff
  3.  */
  4.  
  5. #ifndef _CALLLOG_H
  6. #define _CALLLOG_H
  7.  
  8. #define BAUD        0    /* This message concerns baud rate    */
  9. #define L_IN        1    /*  "       "       "     login        */
  10. #define L_OUT        2    /*  "       "       "     logout     */
  11. #define CARRLOSS    3    /*  "       "       "     carr-loss    */
  12. #define FIRST_IN    4    /*  "       "       "     init        */
  13. #define LAST_OUT    5    /*  "       "       "     close-down    */
  14. #define EVIL_SIGNAL    6    /*  "       "       "     user errors    */
  15. #define READ_FILE    7    /*  "      "       "     reading files  */
  16. #define LOG_DEBUG    8    /*  "      "       "     debugging info */
  17.  
  18. #define    aEXIT    0x1        /* log system exits            */
  19. #define    aLOGIN    0x2        /* log logins                */
  20. #define    aDNLOAD    0x4        /* log downloads            */
  21.  
  22. #endif
  23.